home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_319 / cnewssrc / cnews.orig.lzh / rna / at.h < prev    next >
Text File  |  1989-06-27  |  557b  |  25 lines

  1. #define SECINWEEK    604800L
  2. #define SECINDAY     86400L
  3. #define SECINHOUR      3600L
  4. #define SECINMIN        60L
  5. #define    DAYSTO1983    (10*365 + 3*366)
  6. #define MAXTIME        0x7fffffffL
  7.  
  8. /*
  9.  * frequencies
  10.  */
  11. #define HOURLY        1
  12. #define DAILY        2
  13. #define WEEKLY        3
  14. #define MONTHLY        4
  15. #define BOOT        5
  16. #define BATCHTIME    6    /* not really a frequency - just looks like one */
  17.  
  18. /*
  19.  * time types recognised
  20.  */
  21. #define DAYS        0    /* days only */
  22. #define TIMES        1    /* days, times */
  23. #define FULL        2    /* days, times, frequencies */
  24. #define STIMES        3    /* days, times - be silent about errors */
  25.